From 7fb5b970f5c05cd5604ef56e6522121cd4c8ca0a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 May 2020 19:21:55 -0400 Subject: [PATCH] gdk: Drop GDK_PARENT_RELATIVE This define is not used anywhere. --- gdk/gdktypes.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h index 39f151d7ba..edb92b6638 100644 --- a/gdk/gdktypes.h +++ b/gdk/gdktypes.h @@ -44,7 +44,7 @@ */ #include -/* some common magic values */ +G_BEGIN_DECLS /** * GDK_CURRENT_TIME: @@ -53,19 +53,6 @@ */ #define GDK_CURRENT_TIME 0L -/** - * GDK_PARENT_RELATIVE: - * - * A special value, indicating that the background - * for a surface should be inherited from the parent surface. - */ -#define GDK_PARENT_RELATIVE 1L - - - -G_BEGIN_DECLS - - /** * GdkPoint: * @x: the x coordinate of the point -- 2.30.2